Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor: Update .gitignore and Makefile #134

Merged
merged 4 commits into from
May 31, 2021
Merged

refactor: Update .gitignore and Makefile #134

merged 4 commits into from
May 31, 2021

Conversation

ocervell
Copy link
Collaborator

This PR updates the .gitignore and adds a few capabilities to the Makefile, which can now run all tests within Docker, build and push an API to Cloud Run, and run integration tests.

Basic commands are:

make # run everything
make unit # run unittests
make lint # run linting tests
make integration # run integration tests (require filling the samples/.env.sample file and sourcing it prior to running this)

but more granular commands exist to run only specific tests (cf Makefile).

@ocervell ocervell changed the title Update .gitignore and Makefile refactor: Update .gitignore and Makefile May 18, 2021
@ocervell ocervell mentioned this pull request May 18, 2021
Copy link
Collaborator

@lvaylet lvaylet left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

A minor addition to .gitignore. Otherwise LGTM.

.gitignore Outdated Show resolved Hide resolved
@ocervell ocervell merged commit 2bf5b5c into master May 31, 2021
@ocervell ocervell deleted the v2/misc branch May 31, 2021 11:39
lvaylet pushed a commit that referenced this pull request Nov 25, 2022
* Update .gitignore
* Update Makefile
* Remove buildpack builds and replace with Dockerfile-based builds
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants